projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfc62b
)
(top-level): Don't require cl when compiling.
author
Glenn Morris
<rgm@gnu.org>
Sat, 1 Dec 2007 03:24:02 +0000
(
03:24
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 1 Dec 2007 03:24:02 +0000
(
03:24
+0000)
lisp/gnus/format-spec.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/format-spec.el
b/lisp/gnus/format-spec.el
index 951f9aecb81601c64e0956fc29cbce6e595eb156..c8664f22e76eb6c6dba59ce9509e89eb87cf9c82 100644
(file)
--- a/
lisp/gnus/format-spec.el
+++ b/
lisp/gnus/format-spec.el
@@
-27,8
+27,6
@@
;;; Code:
-(eval-when-compile (require 'cl))
-
(defun format-spec (format specification)
"Return a string based on FORMAT and SPECIFICATION.
FORMAT is a string containing `format'-like specs like \"bash %u %k\",